\(\int \frac {x^3 (c+d x+e x^2+f x^3)}{(a+b x^4)^3} \, dx\) [492]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [C] (verified)
   Fricas [C] (verification not implemented)
   Sympy [F(-1)]
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 28, antiderivative size = 340 \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=-\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}+\frac {e \arctan \left (\frac {\sqrt {b} x^2}{\sqrt {a}}\right )}{16 a^{3/2} b^{3/2}}-\frac {3 \left (\sqrt {b} d+\sqrt {a} f\right ) \arctan \left (1-\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{64 \sqrt {2} a^{7/4} b^{7/4}}+\frac {3 \left (\sqrt {b} d+\sqrt {a} f\right ) \arctan \left (1+\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{64 \sqrt {2} a^{7/4} b^{7/4}}-\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {a}-\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}}+\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {a}+\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}} \]

[Out]

1/8*(-f*x^3-e*x^2-d*x-c)/b/(b*x^4+a)^2+1/32*x*(3*f*x^2+2*e*x+d)/a/b/(b*x^4+a)+1/16*e*arctan(x^2*b^(1/2)/a^(1/2
))/a^(3/2)/b^(3/2)-3/256*ln(-a^(1/4)*b^(1/4)*x*2^(1/2)+a^(1/2)+x^2*b^(1/2))*(-f*a^(1/2)+d*b^(1/2))/a^(7/4)/b^(
7/4)*2^(1/2)+3/256*ln(a^(1/4)*b^(1/4)*x*2^(1/2)+a^(1/2)+x^2*b^(1/2))*(-f*a^(1/2)+d*b^(1/2))/a^(7/4)/b^(7/4)*2^
(1/2)+3/128*arctan(-1+b^(1/4)*x*2^(1/2)/a^(1/4))*(f*a^(1/2)+d*b^(1/2))/a^(7/4)/b^(7/4)*2^(1/2)+3/128*arctan(1+
b^(1/4)*x*2^(1/2)/a^(1/4))*(f*a^(1/2)+d*b^(1/2))/a^(7/4)/b^(7/4)*2^(1/2)

Rubi [A] (verified)

Time = 0.22 (sec) , antiderivative size = 340, normalized size of antiderivative = 1.00, number of steps used = 15, number of rules used = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.393, Rules used = {1837, 1869, 1890, 281, 211, 1182, 1176, 631, 210, 1179, 642} \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=-\frac {3 \arctan \left (1-\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right ) \left (\sqrt {a} f+\sqrt {b} d\right )}{64 \sqrt {2} a^{7/4} b^{7/4}}+\frac {3 \arctan \left (\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}+1\right ) \left (\sqrt {a} f+\sqrt {b} d\right )}{64 \sqrt {2} a^{7/4} b^{7/4}}+\frac {e \arctan \left (\frac {\sqrt {b} x^2}{\sqrt {a}}\right )}{16 a^{3/2} b^{3/2}}-\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (-\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {a}+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}}+\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {a}+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}}-\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )} \]

[In]

Int[(x^3*(c + d*x + e*x^2 + f*x^3))/(a + b*x^4)^3,x]

[Out]

-1/8*(c + d*x + e*x^2 + f*x^3)/(b*(a + b*x^4)^2) + (x*(d + 2*e*x + 3*f*x^2))/(32*a*b*(a + b*x^4)) + (e*ArcTan[
(Sqrt[b]*x^2)/Sqrt[a]])/(16*a^(3/2)*b^(3/2)) - (3*(Sqrt[b]*d + Sqrt[a]*f)*ArcTan[1 - (Sqrt[2]*b^(1/4)*x)/a^(1/
4)])/(64*Sqrt[2]*a^(7/4)*b^(7/4)) + (3*(Sqrt[b]*d + Sqrt[a]*f)*ArcTan[1 + (Sqrt[2]*b^(1/4)*x)/a^(1/4)])/(64*Sq
rt[2]*a^(7/4)*b^(7/4)) - (3*(Sqrt[b]*d - Sqrt[a]*f)*Log[Sqrt[a] - Sqrt[2]*a^(1/4)*b^(1/4)*x + Sqrt[b]*x^2])/(1
28*Sqrt[2]*a^(7/4)*b^(7/4)) + (3*(Sqrt[b]*d - Sqrt[a]*f)*Log[Sqrt[a] + Sqrt[2]*a^(1/4)*b^(1/4)*x + Sqrt[b]*x^2
])/(128*Sqrt[2]*a^(7/4)*b^(7/4))

Rule 210

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^(-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])
], x] /; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 281

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = GCD[m + 1, n]}, Dist[1/k, Subst[Int[x^((m
 + 1)/k - 1)*(a + b*x^(n/k))^p, x], x, x^k], x] /; k != 1] /; FreeQ[{a, b, p}, x] && IGtQ[n, 0] && IntegerQ[m]

Rule 631

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[a*(c/b^2)]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + 2*c*(x/b)], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 642

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[d*(Log[RemoveContent[a + b*x +
c*x^2, x]]/b), x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 1176

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[2*(d/e), 2]}, Dist[e/(2*c), Int[1/S
imp[d/e + q*x + x^2, x], x], x] + Dist[e/(2*c), Int[1/Simp[d/e - q*x + x^2, x], x], x]] /; FreeQ[{a, c, d, e},
 x] && EqQ[c*d^2 - a*e^2, 0] && PosQ[d*e]

Rule 1179

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[-2*(d/e), 2]}, Dist[e/(2*c*q), Int[
(q - 2*x)/Simp[d/e + q*x - x^2, x], x], x] + Dist[e/(2*c*q), Int[(q + 2*x)/Simp[d/e - q*x - x^2, x], x], x]] /
; FreeQ[{a, c, d, e}, x] && EqQ[c*d^2 - a*e^2, 0] && NegQ[d*e]

Rule 1182

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[a*c, 2]}, Dist[(d*q + a*e)/(2*a*c),
 Int[(q + c*x^2)/(a + c*x^4), x], x] + Dist[(d*q - a*e)/(2*a*c), Int[(q - c*x^2)/(a + c*x^4), x], x]] /; FreeQ
[{a, c, d, e}, x] && NeQ[c*d^2 + a*e^2, 0] && NeQ[c*d^2 - a*e^2, 0] && NegQ[(-a)*c]

Rule 1837

Int[(Pq_)*(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[Pq*((a + b*x^n)^(p + 1)/(b*n*(p + 1))),
x] - Dist[1/(b*n*(p + 1)), Int[D[Pq, x]*(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b, m, n}, x] && PolyQ[Pq, x]
&& EqQ[m - n + 1, 0] && LtQ[p, -1]

Rule 1869

Int[(Pq_)*((a_) + (b_.)*(x_)^(n_.))^(p_), x_Symbol] :> Simp[(-x)*Pq*((a + b*x^n)^(p + 1)/(a*n*(p + 1))), x] +
Dist[1/(a*n*(p + 1)), Int[ExpandToSum[n*(p + 1)*Pq + D[x*Pq, x], x]*(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b
}, x] && PolyQ[Pq, x] && IGtQ[n, 0] && LtQ[p, -1] && LtQ[Expon[Pq, x], n - 1]

Rule 1890

Int[(Pq_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> With[{v = Sum[x^ii*((Coeff[Pq, x, ii] + Coeff[Pq, x, n/2 + ii
]*x^(n/2))/(a + b*x^n)), {ii, 0, n/2 - 1}]}, Int[v, x] /; SumQ[v]] /; FreeQ[{a, b}, x] && PolyQ[Pq, x] && IGtQ
[n/2, 0] && Expon[Pq, x] < n

Rubi steps \begin{align*} \text {integral}& = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {\int \frac {d+2 e x+3 f x^2}{\left (a+b x^4\right )^2} \, dx}{8 b} \\ & = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}-\frac {\int \frac {-3 d-4 e x-3 f x^2}{a+b x^4} \, dx}{32 a b} \\ & = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}-\frac {\int \left (-\frac {4 e x}{a+b x^4}+\frac {-3 d-3 f x^2}{a+b x^4}\right ) \, dx}{32 a b} \\ & = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}-\frac {\int \frac {-3 d-3 f x^2}{a+b x^4} \, dx}{32 a b}+\frac {e \int \frac {x}{a+b x^4} \, dx}{8 a b} \\ & = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}+\frac {e \text {Subst}\left (\int \frac {1}{a+b x^2} \, dx,x,x^2\right )}{16 a b}+\frac {\left (3 \left (\frac {\sqrt {b} d}{\sqrt {a}}-f\right )\right ) \int \frac {\sqrt {a} \sqrt {b}-b x^2}{a+b x^4} \, dx}{64 a b^2}+\frac {\left (3 \left (\frac {\sqrt {b} d}{\sqrt {a}}+f\right )\right ) \int \frac {\sqrt {a} \sqrt {b}+b x^2}{a+b x^4} \, dx}{64 a b^2} \\ & = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}+\frac {e \tan ^{-1}\left (\frac {\sqrt {b} x^2}{\sqrt {a}}\right )}{16 a^{3/2} b^{3/2}}+\frac {\left (3 \left (\frac {\sqrt {b} d}{\sqrt {a}}+f\right )\right ) \int \frac {1}{\frac {\sqrt {a}}{\sqrt {b}}-\frac {\sqrt {2} \sqrt [4]{a} x}{\sqrt [4]{b}}+x^2} \, dx}{128 a b^2}+\frac {\left (3 \left (\frac {\sqrt {b} d}{\sqrt {a}}+f\right )\right ) \int \frac {1}{\frac {\sqrt {a}}{\sqrt {b}}+\frac {\sqrt {2} \sqrt [4]{a} x}{\sqrt [4]{b}}+x^2} \, dx}{128 a b^2}-\frac {\left (3 \left (\sqrt {b} d-\sqrt {a} f\right )\right ) \int \frac {\frac {\sqrt {2} \sqrt [4]{a}}{\sqrt [4]{b}}+2 x}{-\frac {\sqrt {a}}{\sqrt {b}}-\frac {\sqrt {2} \sqrt [4]{a} x}{\sqrt [4]{b}}-x^2} \, dx}{128 \sqrt {2} a^{7/4} b^{7/4}}-\frac {\left (3 \left (\sqrt {b} d-\sqrt {a} f\right )\right ) \int \frac {\frac {\sqrt {2} \sqrt [4]{a}}{\sqrt [4]{b}}-2 x}{-\frac {\sqrt {a}}{\sqrt {b}}+\frac {\sqrt {2} \sqrt [4]{a} x}{\sqrt [4]{b}}-x^2} \, dx}{128 \sqrt {2} a^{7/4} b^{7/4}} \\ & = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}+\frac {e \tan ^{-1}\left (\frac {\sqrt {b} x^2}{\sqrt {a}}\right )}{16 a^{3/2} b^{3/2}}-\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {a}-\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}}+\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {a}+\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}}+\frac {\left (3 \left (\sqrt {b} d+\sqrt {a} f\right )\right ) \text {Subst}\left (\int \frac {1}{-1-x^2} \, dx,x,1-\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{64 \sqrt {2} a^{7/4} b^{7/4}}-\frac {\left (3 \left (\sqrt {b} d+\sqrt {a} f\right )\right ) \text {Subst}\left (\int \frac {1}{-1-x^2} \, dx,x,1+\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{64 \sqrt {2} a^{7/4} b^{7/4}} \\ & = -\frac {c+d x+e x^2+f x^3}{8 b \left (a+b x^4\right )^2}+\frac {x \left (d+2 e x+3 f x^2\right )}{32 a b \left (a+b x^4\right )}+\frac {e \tan ^{-1}\left (\frac {\sqrt {b} x^2}{\sqrt {a}}\right )}{16 a^{3/2} b^{3/2}}-\frac {3 \left (\sqrt {b} d+\sqrt {a} f\right ) \tan ^{-1}\left (1-\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{64 \sqrt {2} a^{7/4} b^{7/4}}+\frac {3 \left (\sqrt {b} d+\sqrt {a} f\right ) \tan ^{-1}\left (1+\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{64 \sqrt {2} a^{7/4} b^{7/4}}-\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {a}-\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}}+\frac {3 \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {a}+\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{128 \sqrt {2} a^{7/4} b^{7/4}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.37 (sec) , antiderivative size = 329, normalized size of antiderivative = 0.97 \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=\frac {\frac {8 b^{3/4} x (d+x (2 e+3 f x))}{a \left (a+b x^4\right )}-\frac {32 b^{3/4} (c+x (d+x (e+f x)))}{\left (a+b x^4\right )^2}-\frac {2 \left (3 \sqrt {2} \sqrt {b} d+8 \sqrt [4]{a} \sqrt [4]{b} e+3 \sqrt {2} \sqrt {a} f\right ) \arctan \left (1-\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{a^{7/4}}+\frac {2 \left (3 \sqrt {2} \sqrt {b} d-8 \sqrt [4]{a} \sqrt [4]{b} e+3 \sqrt {2} \sqrt {a} f\right ) \arctan \left (1+\frac {\sqrt {2} \sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{a^{7/4}}+\frac {3 \sqrt {2} \left (-\sqrt {b} d+\sqrt {a} f\right ) \log \left (\sqrt {a}-\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{a^{7/4}}+\frac {3 \sqrt {2} \left (\sqrt {b} d-\sqrt {a} f\right ) \log \left (\sqrt {a}+\sqrt {2} \sqrt [4]{a} \sqrt [4]{b} x+\sqrt {b} x^2\right )}{a^{7/4}}}{256 b^{7/4}} \]

[In]

Integrate[(x^3*(c + d*x + e*x^2 + f*x^3))/(a + b*x^4)^3,x]

[Out]

((8*b^(3/4)*x*(d + x*(2*e + 3*f*x)))/(a*(a + b*x^4)) - (32*b^(3/4)*(c + x*(d + x*(e + f*x))))/(a + b*x^4)^2 -
(2*(3*Sqrt[2]*Sqrt[b]*d + 8*a^(1/4)*b^(1/4)*e + 3*Sqrt[2]*Sqrt[a]*f)*ArcTan[1 - (Sqrt[2]*b^(1/4)*x)/a^(1/4)])/
a^(7/4) + (2*(3*Sqrt[2]*Sqrt[b]*d - 8*a^(1/4)*b^(1/4)*e + 3*Sqrt[2]*Sqrt[a]*f)*ArcTan[1 + (Sqrt[2]*b^(1/4)*x)/
a^(1/4)])/a^(7/4) + (3*Sqrt[2]*(-(Sqrt[b]*d) + Sqrt[a]*f)*Log[Sqrt[a] - Sqrt[2]*a^(1/4)*b^(1/4)*x + Sqrt[b]*x^
2])/a^(7/4) + (3*Sqrt[2]*(Sqrt[b]*d - Sqrt[a]*f)*Log[Sqrt[a] + Sqrt[2]*a^(1/4)*b^(1/4)*x + Sqrt[b]*x^2])/a^(7/
4))/(256*b^(7/4))

Maple [C] (verified)

Result contains higher order function than in optimal. Order 9 vs. order 3.

Time = 1.63 (sec) , antiderivative size = 114, normalized size of antiderivative = 0.34

method result size
risch \(\frac {\frac {3 f \,x^{7}}{32 a}+\frac {e \,x^{6}}{16 a}+\frac {d \,x^{5}}{32 a}-\frac {f \,x^{3}}{32 b}-\frac {e \,x^{2}}{16 b}-\frac {3 d x}{32 b}-\frac {c}{8 b}}{\left (b \,x^{4}+a \right )^{2}}+\frac {\munderset {\textit {\_R} =\operatorname {RootOf}\left (\textit {\_Z}^{4} b +a \right )}{\sum }\frac {\left (3 f \,\textit {\_R}^{2}+4 e \textit {\_R} +3 d \right ) \ln \left (x -\textit {\_R} \right )}{\textit {\_R}^{3}}}{128 a \,b^{2}}\) \(114\)
default \(\frac {\frac {3 f \,x^{7}}{32 a}+\frac {e \,x^{6}}{16 a}+\frac {d \,x^{5}}{32 a}-\frac {f \,x^{3}}{32 b}-\frac {e \,x^{2}}{16 b}-\frac {3 d x}{32 b}-\frac {c}{8 b}}{\left (b \,x^{4}+a \right )^{2}}+\frac {\frac {3 d \left (\frac {a}{b}\right )^{\frac {1}{4}} \sqrt {2}\, \left (\ln \left (\frac {x^{2}+\left (\frac {a}{b}\right )^{\frac {1}{4}} x \sqrt {2}+\sqrt {\frac {a}{b}}}{x^{2}-\left (\frac {a}{b}\right )^{\frac {1}{4}} x \sqrt {2}+\sqrt {\frac {a}{b}}}\right )+2 \arctan \left (\frac {\sqrt {2}\, x}{\left (\frac {a}{b}\right )^{\frac {1}{4}}}+1\right )+2 \arctan \left (\frac {\sqrt {2}\, x}{\left (\frac {a}{b}\right )^{\frac {1}{4}}}-1\right )\right )}{8 a}+\frac {2 e \arctan \left (x^{2} \sqrt {\frac {b}{a}}\right )}{\sqrt {a b}}+\frac {3 f \sqrt {2}\, \left (\ln \left (\frac {x^{2}-\left (\frac {a}{b}\right )^{\frac {1}{4}} x \sqrt {2}+\sqrt {\frac {a}{b}}}{x^{2}+\left (\frac {a}{b}\right )^{\frac {1}{4}} x \sqrt {2}+\sqrt {\frac {a}{b}}}\right )+2 \arctan \left (\frac {\sqrt {2}\, x}{\left (\frac {a}{b}\right )^{\frac {1}{4}}}+1\right )+2 \arctan \left (\frac {\sqrt {2}\, x}{\left (\frac {a}{b}\right )^{\frac {1}{4}}}-1\right )\right )}{8 b \left (\frac {a}{b}\right )^{\frac {1}{4}}}}{32 b a}\) \(304\)

[In]

int(x^3*(f*x^3+e*x^2+d*x+c)/(b*x^4+a)^3,x,method=_RETURNVERBOSE)

[Out]

(3/32*f/a*x^7+1/16/a*e*x^6+1/32*d/a*x^5-1/32*f*x^3/b-1/16*e*x^2/b-3/32*d*x/b-1/8*c/b)/(b*x^4+a)^2+1/128/a/b^2*
sum((3*_R^2*f+4*_R*e+3*d)/_R^3*ln(x-_R),_R=RootOf(_Z^4*b+a))

Fricas [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 8.28 (sec) , antiderivative size = 124542, normalized size of antiderivative = 366.30 \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=\text {Too large to display} \]

[In]

integrate(x^3*(f*x^3+e*x^2+d*x+c)/(b*x^4+a)^3,x, algorithm="fricas")

[Out]

Too large to include

Sympy [F(-1)]

Timed out. \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=\text {Timed out} \]

[In]

integrate(x**3*(f*x**3+e*x**2+d*x+c)/(b*x**4+a)**3,x)

[Out]

Timed out

Maxima [A] (verification not implemented)

none

Time = 0.33 (sec) , antiderivative size = 343, normalized size of antiderivative = 1.01 \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=\frac {3 \, b f x^{7} + 2 \, b e x^{6} + b d x^{5} - a f x^{3} - 2 \, a e x^{2} - 3 \, a d x - 4 \, a c}{32 \, {\left (a b^{3} x^{8} + 2 \, a^{2} b^{2} x^{4} + a^{3} b\right )}} + \frac {\frac {3 \, \sqrt {2} {\left (\sqrt {b} d - \sqrt {a} f\right )} \log \left (\sqrt {b} x^{2} + \sqrt {2} a^{\frac {1}{4}} b^{\frac {1}{4}} x + \sqrt {a}\right )}{a^{\frac {3}{4}} b^{\frac {3}{4}}} - \frac {3 \, \sqrt {2} {\left (\sqrt {b} d - \sqrt {a} f\right )} \log \left (\sqrt {b} x^{2} - \sqrt {2} a^{\frac {1}{4}} b^{\frac {1}{4}} x + \sqrt {a}\right )}{a^{\frac {3}{4}} b^{\frac {3}{4}}} + \frac {2 \, {\left (3 \, \sqrt {2} a^{\frac {1}{4}} b^{\frac {3}{4}} d + 3 \, \sqrt {2} a^{\frac {3}{4}} b^{\frac {1}{4}} f - 8 \, \sqrt {a} \sqrt {b} e\right )} \arctan \left (\frac {\sqrt {2} {\left (2 \, \sqrt {b} x + \sqrt {2} a^{\frac {1}{4}} b^{\frac {1}{4}}\right )}}{2 \, \sqrt {\sqrt {a} \sqrt {b}}}\right )}{a^{\frac {3}{4}} \sqrt {\sqrt {a} \sqrt {b}} b^{\frac {3}{4}}} + \frac {2 \, {\left (3 \, \sqrt {2} a^{\frac {1}{4}} b^{\frac {3}{4}} d + 3 \, \sqrt {2} a^{\frac {3}{4}} b^{\frac {1}{4}} f + 8 \, \sqrt {a} \sqrt {b} e\right )} \arctan \left (\frac {\sqrt {2} {\left (2 \, \sqrt {b} x - \sqrt {2} a^{\frac {1}{4}} b^{\frac {1}{4}}\right )}}{2 \, \sqrt {\sqrt {a} \sqrt {b}}}\right )}{a^{\frac {3}{4}} \sqrt {\sqrt {a} \sqrt {b}} b^{\frac {3}{4}}}}{256 \, a b} \]

[In]

integrate(x^3*(f*x^3+e*x^2+d*x+c)/(b*x^4+a)^3,x, algorithm="maxima")

[Out]

1/32*(3*b*f*x^7 + 2*b*e*x^6 + b*d*x^5 - a*f*x^3 - 2*a*e*x^2 - 3*a*d*x - 4*a*c)/(a*b^3*x^8 + 2*a^2*b^2*x^4 + a^
3*b) + 1/256*(3*sqrt(2)*(sqrt(b)*d - sqrt(a)*f)*log(sqrt(b)*x^2 + sqrt(2)*a^(1/4)*b^(1/4)*x + sqrt(a))/(a^(3/4
)*b^(3/4)) - 3*sqrt(2)*(sqrt(b)*d - sqrt(a)*f)*log(sqrt(b)*x^2 - sqrt(2)*a^(1/4)*b^(1/4)*x + sqrt(a))/(a^(3/4)
*b^(3/4)) + 2*(3*sqrt(2)*a^(1/4)*b^(3/4)*d + 3*sqrt(2)*a^(3/4)*b^(1/4)*f - 8*sqrt(a)*sqrt(b)*e)*arctan(1/2*sqr
t(2)*(2*sqrt(b)*x + sqrt(2)*a^(1/4)*b^(1/4))/sqrt(sqrt(a)*sqrt(b)))/(a^(3/4)*sqrt(sqrt(a)*sqrt(b))*b^(3/4)) +
2*(3*sqrt(2)*a^(1/4)*b^(3/4)*d + 3*sqrt(2)*a^(3/4)*b^(1/4)*f + 8*sqrt(a)*sqrt(b)*e)*arctan(1/2*sqrt(2)*(2*sqrt
(b)*x - sqrt(2)*a^(1/4)*b^(1/4))/sqrt(sqrt(a)*sqrt(b)))/(a^(3/4)*sqrt(sqrt(a)*sqrt(b))*b^(3/4)))/(a*b)

Giac [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 334, normalized size of antiderivative = 0.98 \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=\frac {3 \, b f x^{7} + 2 \, b e x^{6} + b d x^{5} - a f x^{3} - 2 \, a e x^{2} - 3 \, a d x - 4 \, a c}{32 \, {\left (b x^{4} + a\right )}^{2} a b} + \frac {\sqrt {2} {\left (4 \, \sqrt {2} \sqrt {a b} b^{2} e + 3 \, \left (a b^{3}\right )^{\frac {1}{4}} b^{2} d + 3 \, \left (a b^{3}\right )^{\frac {3}{4}} f\right )} \arctan \left (\frac {\sqrt {2} {\left (2 \, x + \sqrt {2} \left (\frac {a}{b}\right )^{\frac {1}{4}}\right )}}{2 \, \left (\frac {a}{b}\right )^{\frac {1}{4}}}\right )}{128 \, a^{2} b^{4}} + \frac {\sqrt {2} {\left (4 \, \sqrt {2} \sqrt {a b} b^{2} e + 3 \, \left (a b^{3}\right )^{\frac {1}{4}} b^{2} d + 3 \, \left (a b^{3}\right )^{\frac {3}{4}} f\right )} \arctan \left (\frac {\sqrt {2} {\left (2 \, x - \sqrt {2} \left (\frac {a}{b}\right )^{\frac {1}{4}}\right )}}{2 \, \left (\frac {a}{b}\right )^{\frac {1}{4}}}\right )}{128 \, a^{2} b^{4}} + \frac {3 \, \sqrt {2} {\left (\left (a b^{3}\right )^{\frac {1}{4}} b^{2} d - \left (a b^{3}\right )^{\frac {3}{4}} f\right )} \log \left (x^{2} + \sqrt {2} x \left (\frac {a}{b}\right )^{\frac {1}{4}} + \sqrt {\frac {a}{b}}\right )}{256 \, a^{2} b^{4}} - \frac {3 \, \sqrt {2} {\left (\left (a b^{3}\right )^{\frac {1}{4}} b^{2} d - \left (a b^{3}\right )^{\frac {3}{4}} f\right )} \log \left (x^{2} - \sqrt {2} x \left (\frac {a}{b}\right )^{\frac {1}{4}} + \sqrt {\frac {a}{b}}\right )}{256 \, a^{2} b^{4}} \]

[In]

integrate(x^3*(f*x^3+e*x^2+d*x+c)/(b*x^4+a)^3,x, algorithm="giac")

[Out]

1/32*(3*b*f*x^7 + 2*b*e*x^6 + b*d*x^5 - a*f*x^3 - 2*a*e*x^2 - 3*a*d*x - 4*a*c)/((b*x^4 + a)^2*a*b) + 1/128*sqr
t(2)*(4*sqrt(2)*sqrt(a*b)*b^2*e + 3*(a*b^3)^(1/4)*b^2*d + 3*(a*b^3)^(3/4)*f)*arctan(1/2*sqrt(2)*(2*x + sqrt(2)
*(a/b)^(1/4))/(a/b)^(1/4))/(a^2*b^4) + 1/128*sqrt(2)*(4*sqrt(2)*sqrt(a*b)*b^2*e + 3*(a*b^3)^(1/4)*b^2*d + 3*(a
*b^3)^(3/4)*f)*arctan(1/2*sqrt(2)*(2*x - sqrt(2)*(a/b)^(1/4))/(a/b)^(1/4))/(a^2*b^4) + 3/256*sqrt(2)*((a*b^3)^
(1/4)*b^2*d - (a*b^3)^(3/4)*f)*log(x^2 + sqrt(2)*x*(a/b)^(1/4) + sqrt(a/b))/(a^2*b^4) - 3/256*sqrt(2)*((a*b^3)
^(1/4)*b^2*d - (a*b^3)^(3/4)*f)*log(x^2 - sqrt(2)*x*(a/b)^(1/4) + sqrt(a/b))/(a^2*b^4)

Mupad [B] (verification not implemented)

Time = 0.40 (sec) , antiderivative size = 521, normalized size of antiderivative = 1.53 \[ \int \frac {x^3 \left (c+d x+e x^2+f x^3\right )}{\left (a+b x^4\right )^3} \, dx=\left (\sum _{k=1}^4\ln \left (-\mathrm {root}\left (268435456\,a^7\,b^7\,z^4+589824\,a^4\,b^4\,d\,f\,z^2+524288\,a^4\,b^4\,e^2\,z^2+18432\,a^3\,b^2\,e\,f^2\,z-18432\,a^2\,b^3\,d^2\,e\,z-576\,a\,b\,d\,e^2\,f+162\,a\,b\,d^2\,f^2+256\,a\,b\,e^4+81\,a^2\,f^4+81\,b^2\,d^4,z,k\right )\,\left (\mathrm {root}\left (268435456\,a^7\,b^7\,z^4+589824\,a^4\,b^4\,d\,f\,z^2+524288\,a^4\,b^4\,e^2\,z^2+18432\,a^3\,b^2\,e\,f^2\,z-18432\,a^2\,b^3\,d^2\,e\,z-576\,a\,b\,d\,e^2\,f+162\,a\,b\,d^2\,f^2+256\,a\,b\,e^4+81\,a^2\,f^4+81\,b^2\,d^4,z,k\right )\,\left (\frac {3\,b^2\,d}{2}-2\,b^2\,e\,x\right )+\frac {3\,e\,f}{32\,a}+\frac {x\,\left (144\,a\,b^2\,d^2-144\,a^2\,b\,f^2\right )}{4096\,a^3\,b}\right )-\frac {3\,\left (9\,b\,d^2\,f-16\,b\,d\,e^2+9\,a\,f^3\right )}{32768\,a^3\,b^2}+\frac {x\,\left (8\,e^3-9\,d\,e\,f\right )}{4096\,a^3\,b}\right )\,\mathrm {root}\left (268435456\,a^7\,b^7\,z^4+589824\,a^4\,b^4\,d\,f\,z^2+524288\,a^4\,b^4\,e^2\,z^2+18432\,a^3\,b^2\,e\,f^2\,z-18432\,a^2\,b^3\,d^2\,e\,z-576\,a\,b\,d\,e^2\,f+162\,a\,b\,d^2\,f^2+256\,a\,b\,e^4+81\,a^2\,f^4+81\,b^2\,d^4,z,k\right )\right )-\frac {\frac {c}{8\,b}-\frac {d\,x^5}{32\,a}-\frac {e\,x^6}{16\,a}+\frac {e\,x^2}{16\,b}-\frac {3\,f\,x^7}{32\,a}+\frac {f\,x^3}{32\,b}+\frac {3\,d\,x}{32\,b}}{a^2+2\,a\,b\,x^4+b^2\,x^8} \]

[In]

int((x^3*(c + d*x + e*x^2 + f*x^3))/(a + b*x^4)^3,x)

[Out]

symsum(log((x*(8*e^3 - 9*d*e*f))/(4096*a^3*b) - (3*(9*a*f^3 - 16*b*d*e^2 + 9*b*d^2*f))/(32768*a^3*b^2) - root(
268435456*a^7*b^7*z^4 + 589824*a^4*b^4*d*f*z^2 + 524288*a^4*b^4*e^2*z^2 + 18432*a^3*b^2*e*f^2*z - 18432*a^2*b^
3*d^2*e*z - 576*a*b*d*e^2*f + 162*a*b*d^2*f^2 + 256*a*b*e^4 + 81*a^2*f^4 + 81*b^2*d^4, z, k)*(root(268435456*a
^7*b^7*z^4 + 589824*a^4*b^4*d*f*z^2 + 524288*a^4*b^4*e^2*z^2 + 18432*a^3*b^2*e*f^2*z - 18432*a^2*b^3*d^2*e*z -
 576*a*b*d*e^2*f + 162*a*b*d^2*f^2 + 256*a*b*e^4 + 81*a^2*f^4 + 81*b^2*d^4, z, k)*((3*b^2*d)/2 - 2*b^2*e*x) +
(3*e*f)/(32*a) + (x*(144*a*b^2*d^2 - 144*a^2*b*f^2))/(4096*a^3*b)))*root(268435456*a^7*b^7*z^4 + 589824*a^4*b^
4*d*f*z^2 + 524288*a^4*b^4*e^2*z^2 + 18432*a^3*b^2*e*f^2*z - 18432*a^2*b^3*d^2*e*z - 576*a*b*d*e^2*f + 162*a*b
*d^2*f^2 + 256*a*b*e^4 + 81*a^2*f^4 + 81*b^2*d^4, z, k), k, 1, 4) - (c/(8*b) - (d*x^5)/(32*a) - (e*x^6)/(16*a)
 + (e*x^2)/(16*b) - (3*f*x^7)/(32*a) + (f*x^3)/(32*b) + (3*d*x)/(32*b))/(a^2 + b^2*x^8 + 2*a*b*x^4)